home *** CD-ROM | disk | FTP | other *** search
/ European Video Atlas / European Video Atlas.iso / install / itnintro.se_ / itnintro.bin
Encoding:
Text File  |  1994-11-24  |  1.3 KB  |  50 lines

  1. ; ITN Introduction sequence script file
  2. FORCEPALETTE demo\palette.dib
  3. LOAD BACKDROP,HomePic.Dib
  4. LOAD VIDEO,Trevor2.avi
  5. POSITION VIDEO,443,14,160,120
  6. PLAYTO END
  7. HIDE VIDEO
  8. ;
  9. FORCEPALETTE demo\palette.dib
  10. LOAD BACKDROP,demo\DemoPic1.dib
  11. LOAD PICCLIP,demo\FourIcon.dib,2,2
  12. LOAD VIDEO,Trevor3.avi
  13. POSITION VIDEO,20,101,240,180
  14. POSITION IMAGE,380,160
  15. ;
  16. SHOW PICCLIP,1 
  17. POSITION TEXT,320,50,280,150
  18. LOAD TEXT,The Databank contains comprehensive European statistics displayed as tables or graphs. You can also compare different nations' social, economic and political features.
  19. SHOW TEXT
  20. PLAYTO 224
  21. ;
  22. SHOW PICCLIP,0 
  23. LOAD TEXT,The Map Screen allows you to explore all of Europe to a high level of detail from Iceland to the Ural Mountains. 
  24. SHOW TEXT
  25. PLAYTO 390
  26. ;
  27. SHOW PICCLIP,3 
  28. LOAD TEXT,The Video Bank shows news footage about the country selected.
  29. SHOW TEXT
  30. PLAYTO 528
  31. ;
  32. SHOW PICCLIP,2
  33. LOAD TEXT,The Image Bank contains hundreds of photographs reflecting the richness and diversity of European life.
  34. SHOW TEXT
  35. PLAYTO 721
  36. ;
  37. HIDE IMAGE
  38. POSITION IMAGE,280,160,1,1
  39. LOAD IMAGE,demo\GazBar.Dib
  40. SHOW IMAGE
  41. LOAD TEXT,The Gazetteer gives you fast access to hundreds of map locations.
  42. PLAYTO END
  43. DELAY 3000
  44. HIDE VIDEO
  45. HIDE TEXT
  46. HIDE IMAGE
  47. ;
  48. STOP
  49.  
  50.